Skip to content

feat: add 'auth0 agent skills install' to set up Auth0 skills - #1539

Open
KartikJha wants to merge 9 commits into
DXCDT-1557/skills-internalfrom
DXCDT-1769/post-install-hook
Open

feat: add 'auth0 agent skills install' to set up Auth0 skills#1539
KartikJha wants to merge 9 commits into
DXCDT-1557/skills-internalfrom
DXCDT-1769/post-install-hook

Conversation

@KartikJha

@KartikJha KartikJha commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

🔧 Changes

Adds a new auth0 agent skills install command that brings Auth0-specific guidance to AI coding assistants.

Running it detects the AI agents installed on your machine (Claude Code, Cursor, Copilot, Gemini, and ~20 others), downloads the official Auth0 skill from the auth0/agent-skills repo, and makes it available to each of them. The skill is stored once locally and shared across every agent, so a single install keeps them all in sync. Re-running only re-downloads when the upstream skill has actually changed.

Also wires the install tip into the Homebrew/Scoop/install.sh post-install output so users know the command exists.

📚 References

🔬 Testing

The new package ships with comprehensive unit tests covering:

Unit tests cover download (including the skip-if-unchanged path), agent detection, skill linking, and install-state persistence.
Manual: run auth0 agent skills install, confirm each detected agent picks up the Auth0 skill; re-run to confirm it skips a redundant download.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@KartikJha
KartikJha requested a review from a team as a code owner June 7, 2026 21:10
@KartikJha
KartikJha force-pushed the DXCDT-1557/install-claude-skills-with-auth0-cli branch from f2943b1 to ae759dc Compare June 11, 2026 14:02
@KartikJha
KartikJha force-pushed the DXCDT-1769/post-install-hook branch from 555e6c1 to 92c5be0 Compare June 11, 2026 15:30
@KartikJha
KartikJha force-pushed the DXCDT-1557/install-claude-skills-with-auth0-cli branch from ef3b043 to 3d65c05 Compare June 17, 2026 09:41
@KartikJha
KartikJha force-pushed the DXCDT-1769/post-install-hook branch from e8201a9 to 7011978 Compare June 17, 2026 11:38
@KartikJha
KartikJha force-pushed the DXCDT-1769/post-install-hook branch from 7011978 to f708f8d Compare June 17, 2026 13:38
@KartikJha
KartikJha changed the base branch from DXCDT-1557/install-claude-skills-with-auth0-cli to DXCDT-1557/skills-internal June 18, 2026 06:22
@ramya18101 ramya18101 changed the title feat: ai skills post-install-hook init, fastInstall implemented feat: add 'auth0 agent skills install' to set up Auth0 skills Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants